home *** CD-ROM | disk | FTP | other *** search
/ Pornodelic / Pornodelic - Disc 2.iso / pc / data / photo2.dir / 00027.ls < prev    next >
Encoding:
Text File  |  1998-03-05  |  302 b   |  14 lines

  1. on exitFrame
  2.   global exittime
  3.   if ticks() > exittime then
  4.     go(marker(1))
  5.   end if
  6.   playsound(4)
  7.   mouseonsp2(3, "Quit,U", "Quit")
  8.   mouseonsp2(4, "Config,U", "Config")
  9.   mouseonsp2(5, "Return,U", "Return")
  10.   mouseonsp2(6, "Mount,U", "Mount")
  11.   mouseonsp2(7, "Zoom,U", "Zoom")
  12.   go(the frame)
  13. end
  14.